Make verify-project able to verify the current working dir project
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Sat, 29 Aug 2015 17:26:06 +0000 (13:26 -0400)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Tue, 1 Sep 2015 01:26:29 +0000 (21:26 -0400)
commit2f39c3b3180419feb2975ba59f7d468b3433331f
tree8e567236ebe6e6a610892e4c9fcb2c9b3130ca9c
parent825374c67c695f6d719773f2fd2752ca604dc08a
Make verify-project able to verify the current working dir project

All other commands use the Cargo.toml in the current directory if
--manifest-path is not specified; this makes verify-project consistent.
src/bin/verify_project.rs